toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.dip.core.Attribute
Namespace
Attribute
Types
Functions
Types
I
Link copied to clipboard
struct
I
type
Link copied to clipboard
enum
type
Functions
add_container_element
Link copied to clipboard
function
add_container_element
(
i
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
add_value
Link copied to clipboard
function
add_value
(
i
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
create_value
Link copied to clipboard
function
create_value
(
i
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
:
attribute
def_I
Link copied to clipboard
function
def_I
(
interface
:
text
,
name
:
text
)
:
I
find_instances
Link copied to clipboard
function
find_instances
(
attribute_name
:
I
,
value
:
gtv
,
from
:
p_from
,
page_size
:
integer
)
:
(
results
:
list
<
instance
>
,
from
:
p_from
)
get
Link copied to clipboard
function
get
(
I
:
I
)
:
attribute
get_all
Link copied to clipboard
function
get_all
(
dclass
:
dclass
)
:
list
<
attribute
>
get_all_in_dclasses
Link copied to clipboard
function
get_all_in_dclasses
(
interfaces
:
list
<
dclass
>
)
:
list
<
attribute
>
get_composite_value
Link copied to clipboard
function
get_composite_value
(
instance
:
instance
,
attributes
:
list
<
I
>
,
separator
:
text
)
:
text
?
get_meta
Link copied to clipboard
function
get_meta
(
attribute_name
:
I
,
meta
:
list
<
meta
>
)
:
map
<
text
,
gtv
>
get_name
Link copied to clipboard
function
get_name
(
I
:
I
)
:
text
get_name_from_attribute
Link copied to clipboard
function
get_name_from_attribute
(
attribute
:
attribute
)
:
text
get_value
Link copied to clipboard
function
get_value
(
i
:
instance
,
attribute_name
:
I
)
:
gtv
?
get_value_as_text
Link copied to clipboard
function
get_value_as_text
(
i
:
instance
,
attribute_name
:
I
)
:
text
get_values_as_text
Link copied to clipboard
function
get_values_as_text
(
instance
:
instance
,
attributes
:
list
<
I
>
)
:
list
<
text
>
remove_container_element
Link copied to clipboard
function
remove_container_element
(
i
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
remove_value
Link copied to clipboard
function
remove_value
(
i
:
instance
,
attribute_name
:
I
)
:
gtv
set_value
Link copied to clipboard
function
set_value
(
i
:
instance
,
attribute_name
:
I
,
value
:
gtv
)
update_value
Link copied to clipboard
function
update_value
(
i
:
instance
,
attribute_name
:
I
,
value
:
gtv
)